github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestamptzToTimestamptzScanner.location (field)
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
timestamp.go#L246: return &scanPlanBinaryTimestampToTimestampScanner{location: c.ScanLocation}
timestamp.go#L257: type scanPlanBinaryTimestampToTimestampScanner struct{ location *time.Location }
timestamp.go#L283: if plan.location != nil {
timestamp.go#L284: tim = time.Date(tim.Year(), tim.Month(), tim.Day(), tim.Hour(), tim.Minute(), tim.Second(), tim.Nanosecond(), plan.location)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)